IScheduledItem interface¶
Defined in
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.dll
Full name: System.Reactive.Concurrency.IScheduledItem<T>
Modifiers: public abstract
Summary¶
Represents a work item that has been scheduled.
Applies to
netstandard2.0
Properties¶
| Name | Summary |
|---|---|
| DueTime | Gets the absolute time at which the item is due for invocation. |
Methods¶
| Name | Summary |
|---|---|
| Invoke | Invokes the work item. |